[HVMLOADER] acpi: Implement an acpi_rsdp_get() function that searches
authorkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 28 Nov 2006 13:53:12 +0000 (13:53 +0000)
committerkfraser@localhost.localdomain <kfraser@localhost.localdomain>
Tue, 28 Nov 2006 13:53:12 +0000 (13:53 +0000)
commitd8dfab4a3552552aa7be3c0164f0404e1bcfd43a
treec09f9827ff00269ff8642411510867cef036b74b
parentbc7926798919a5523af71386727493ef5aa5fd7d
[HVMLOADER] acpi: Implement an acpi_rsdp_get() function that searches
for the RSDP in memory (up to the BIOS) rather than calculating its
start address. Recent changes seem to have moved the RSDP to another
location in memory so that I received 'BAD RSPD signature' messages.
I have also fixed some other possible issues related to return codes
and alignment of ACPI entries.

Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
tools/firmware/hvmloader/acpi_utils.c